home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
make.DEC_MIPS
< prev
next >
Wrap
Text File
|
1990-11-05
|
1KB
|
74 lines
# Installation dependent make variables for ericv on nemesis.
# full path of the ESPRIT environment
ESPRITDIR = /home1/ericv
# BDIR : bin directory
BDIR = $(ESPRITDIR)/bin
# IDIR : include directory
IDIR = $(ESPRITDIR)/include
# LDIR : library directory
LDIR = $(ESPRITDIR)/lib
NFULLDS = $(ESPRITDIR)/src/ds/nfullgl.ds
NKERNDS = $(ESPRITDIR)/src/ds/nkerngl.ds
# HOSTNAME : name of installation machine.
HOSTNAME=phoibos
# SYS : name of operating system or machine type
# BSD For generic BSD systems
# AVIION For generic DG_UX systems
# HPUX For all HP-UX systems
# SUN For all SUN systems
# APOLLO For all Apollo systems
SYS=DEC_MIPS
CLIBLOC =
LINTLIBLOC =
PASLIBLOC =
# CBADADR : address that will cause a core-dump if read or written.
CBADADR = 0
SYSLINTFLAGS = -hpac
SYSCFLAGS =
SYSCPROFFLAGS =
SYSCDBUGFLAGS =
SYSPFLAGS =
OFLAG = -G 0
# Collection of host dependent make rules.
### libinstall ###
# MODULE - module to install
libinstall:
cp $(MODULE) $(LDIR)/$(MODULE)
### includeinstall ###
# MODULE - module to install
includeinstall:
cp $(MODULE) $(IDIR)/$(MODULE)
### maninstall ###
# MAN - manual page to install
maninstall:
cp $(MAN) /usr/man/manl
### bininstall ###
# MODULE - module to install
bininstall:
cp $(MODULE) $(BDIR)/$(MODULE)
strip $(BDIR)/$(MODULE)
### arlibinstall ###
# MODULE - module to install
arlibinstall:
ranlib $(MODULE)
cp $(MODULE) $(LDIR)/$(MODULE)